home *** CD-ROM | disk | FTP | other *** search
/ Web3D Graphics - Virtual Worlds Created With VRML / Web3D Graphics - Virtual Worlds Created With VRML.iso / List / Chap4 / list4-4.wrl < prev    next >
Encoding:
Text File  |  2000-12-31  |  972 b   |  49 lines

  1. #VRML V2.0 utf8
  2.  
  3. Background{
  4.     skyColor [0.1 0.2 0.3]
  5. }
  6.  
  7. NavigationInfo{
  8.     headlight FALSE
  9. }
  10.  
  11. #ò╜ìsî⌡Éⁿ
  12. DirectionalLight{
  13.     color     1 1 1
  14.     direction 0 0 -1
  15.     intensity 1.0
  16. }
  17.  
  18. #âeâLâXâgé╠âvâìâgâ^âCâv
  19. PROTO TextDisplay[
  20.     field  SFColor  textColor  1 0 0
  21.     ]{
  22.     Transform{
  23.         translation -5.0 1.0 0.0
  24.         scale       1.4 1.4 1.4
  25.         children[
  26.             Shape{
  27.                 geometry Text{
  28.                     string ["Virtual","Reality"]
  29.                     fontStyle FontStyle{
  30.                         family "TYPEWRITER"
  31.                         style  "BOLD"
  32.                         size   2
  33.                     }
  34.                 }
  35.                 appearance Appearance{
  36.                     material Material{
  37.                         diffuseColor  IS  textColor
  38.                     }
  39.                 }
  40.             }
  41.         ]
  42.     }
  43. }
  44.  
  45. #âeâLâXâgò\Ī
  46. TextDisplay{
  47.     textColor 1 0.5 0.5
  48. }
  49.